projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a645c3b
)
* lwlib/xlwmenu.c (pop_up_menu): Work around motion problems on XI2.
author
Po Lu
<luangruo@yahoo.com>
Sun, 6 Feb 2022 05:40:21 +0000
(13:40 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 6 Feb 2022 05:40:21 +0000
(13:40 +0800)
lwlib/xlwmenu.c
patch
|
blob
|
history
diff --git
a/lwlib/xlwmenu.c
b/lwlib/xlwmenu.c
index 369162c7fec4358be5b132c13cc80cd85ff873f1..8c5794c04359e2fd9dda44a66583895a05e040c9 100644
(file)
--- a/
lwlib/xlwmenu.c
+++ b/
lwlib/xlwmenu.c
@@
-2742,4
+2742,6
@@
pop_up_menu (XlwMenuWidget mw, XButtonPressedEvent *event)
((XMotionEvent*)event)->is_hint = 0;
handle_motion_event (mw, (XMotionEvent*)event);
+
+ XlwMenuRedisplay ((XlwMenuWidget) mw, NULL, None);
}